github.com/golang/protobuf/proto.token.unquoted (field)

7 uses

	github.com/golang/protobuf/proto (current package)
		text_decode.go#L80: 	unquoted string // the unquoted version of value, if it was a quoted string
		text_decode.go#L441: 			return protoreflect.ValueOfString(tok.unquoted), nil
		text_decode.go#L445: 			return protoreflect.ValueOfBytes([]byte(tok.unquoted)), nil
		text_decode.go#L575: 	p.cur.unquoted = ""
		text_decode.go#L600: 		p.cur.unquoted = unq
		text_decode.go#L642: 			cat.unquoted += p.cur.unquoted